home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / Frontier / Frontier SDK 2.1 / Toolkits / Applet Toolkit / appletfrontier.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-11  |  454 b   |  21 lines  |  [TEXT/KAHL]

  1.  
  2.  
  3. /*© Copyright 1988 -- 1992 UserLand Software, Inc.  All Rights Reserved.*/
  4.  
  5.  
  6. #define frontierinclude
  7.  
  8. boolean FrontierDoScript (bigstring, bigstring);
  9.  
  10. boolean FrontierDoHandleScript (Handle, boolean, boolean, bigstring, Handle *);
  11.  
  12. boolean FrontierFastDoScript (bigstring, boolean, bigstring, bigstring);
  13.  
  14. boolean FrontierOpenObject (bigstring);
  15.  
  16. boolean FrontierIsRunning (void);
  17.  
  18. boolean getFrontierVersion (short *, short *, short *, boolean *);
  19.  
  20.  
  21.